| 1. | Perform most straight variable assignments 执行最直接的变量赋值。 |
| 2. | Line 1 begins a variable assignment which stretches to line 21 第1行开始变量赋值(一直延至第21行) 。 |
| 3. | Object variable assignment >对象变量赋值 |
| 4. | Tag , the variable assignment can leverage its default value capability 标记的主体内容中,变量赋值就可以利用其缺省值能力。 |
| 5. | I shall focus on variable assignment and abstract patterns , which open up some impressive possibilities for xml schema design 我将主要讨论变量赋值和抽象范式( pattern ) ,这两种技术为xml模式设计带来了令人印象深刻的可能性。 |
| 6. | If variable assignment must occur in a trigger , use a set nocount statement at the start of the trigger to prevent the return of any result sets 如果必须在触发器中进行变量赋值,则应该在触发器的开头使用set nocount语句以避免返回任何结果集。 |
| 7. | Locate the variable assignments in the method . in newly generated tests , variable assignments are marked by " to - do " statements that remind you to customize the assignments 对于新生成的测试,将使用“ to - do ”语句标记变量赋值部分,旨在提醒您需要自定义这些赋值语句。 |
| 8. | The code of a newly generated test compiles , but before it can provide useful test results you must to edit it , for example , to make variable assignments and to customize assert statements 新生成测试的代码将进行编译,但是在它能够提供有用的测试结果之前必须对其进行编辑,例如为变量赋值和自定义assert语句。 |
| 9. | To prevent having results returned to an application because of a trigger firing , do not include either select statements that return results or statements that perform variable assignment in a trigger 若要避免由于触发器触发而向应用程序返回结果,请不要包含返回结果的select语句,也不要包含在触发器中执行变量赋值的语句。 |
| 10. | A trigger that includes either select statements that return results to the user or statements that perform variable assignment requires special handling ; these returned results would have to be written into every application in which modifications to the trigger table are allowed 包含向用户返回结果的select语句或进行变量赋值的语句的触发器需要特殊处理;这些返回的结果必须写入允许修改触发器表的每个应用程序中。 |